Uderzo v0.1.0 API Reference

Modules

Uderzo application

Uderzo Elixir->C bindings in Clixir. Note that for demo purposes, this is a hodgepodge of various modules - NanoVG, GLFW, utility methods, demo methods; there’s nothing however that precludes a clean separation

Code to emit Elixir and C code from a single “clixir” (.cx) file

Run the NanoVG Demo. This shows how we have the main loop in Elixir, and call “low level” stuff out in C. We’re faking here a bit of course as renderDemo is hardly low level, but it sort of shows the principle

This wraps the uderzo executable and makes it accessible

Holds the state:

  • port is the Port that uderzo is running under