RobLoach / raylib-umka

Umka language bindings for raylib.
https://robloach.github.io/raylib-umka/
zlib License
6 stars 2 forks source link

Web Build #6

Closed RobLoach closed 2 years ago

RobLoach commented 2 years ago

Have an example that builds for web.

RobLoach commented 2 years ago

Have it check for main()... If main() doesn't exist, split the loop into three different callbacks...

  1. init()
  2. update()
  3. close()