Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.
/ Raylib-WASM Public archive

A Template for making Odin, Raylib, and WASM (Emscripten) projects

Notifications You must be signed in to change notification settings

Aronicu/Raylib-WASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raylib WASM

A Template for making Odin, Raylib, and WASM (Emscripten) projects

Warning

This repository is now archived, Karl Zylinksi makes a better version of the template you can find it here: https://github.com/karl-zylinski/odin-raylib-web

Features

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

What won't work

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

Building

Windows

.\build.bat

WASM

Requirements

  1. emsdk

Note

In build_web.bat, you need to modify the path to where your emsdk_env.bat is located

.\build_web.bat

:: For running
cd build_web
python -m http.server

Examples

References

About

A Template for making Odin, Raylib, and WASM (Emscripten) projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages