Render examples.

This commit is contained in:
Jeroen van Rijn
2025-10-10 12:24:28 +02:00
parent 4068eeb5fa
commit ece213afca
29 changed files with 146 additions and 139 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
// Implementations of the `Orca` API that are defined as macros in Orca.
package orca
// Implementations of the `Orca` API that are defined as macros in Orca.
////////////////////////////////////////////////////////////////////////////////
// Helpers for logging, asserting and aborting.
////////////////////////////////////////////////////////////////////////////////
+2 -2
View File
@@ -1,7 +1,7 @@
// File contains Odin specific helpers.
package orca
// File contains Odin specific helpers.
import "base:runtime"
create_odin_logger :: proc(lowest := runtime.Logger_Level.Debug, ident := "") -> runtime.Logger {
+3
View File
@@ -1,3 +1,6 @@
// Bindings for the Orca platform
//
// See: [[ https://orca-app.dev ]]
package orca
import "core:c"