Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

A Template for using Raylib on Desktop, and WASM using Emscripten

License

Notifications You must be signed in to change notification settings

Aronicu/Odin-Raylib-WASM-Template

Repository files navigation

Odin-Raylib-WASM-Template

A Template for using Raylib on Desktop, and WASM using Emscripten

Features

  • Works well in Windows (It probably also works for the other desktop platforms but I didn't test it)
  • Logging on WASM Works!
  • Hot Reloading (Tested on Windows)

What won't work

  • Most of Core Libraries (fmt, os, time, etc.)

Building

Windows

:: For Hot Reloading
.\build_reload.bat

:: For Releasing
.\build_release.bat

WASM

Requirements

  1. emsdk
.\build_wasm
cd wasm_build

:: Run the a local http server
python -m http.server

References

About

A Template for using Raylib on Desktop, and WASM using Emscripten

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages