Skip to content

iceshard-engine/arctic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development on this project is going to be paused for the time beeing, due to lots of changes outside the webz. Dandielo

Arctic

A script language for the needs of IceShard.

Goals the the script language:

  • Separation of logic (bytecode), data (interop + constants) and VM (stack and registers)
  • Minimal overhead during execution.
  • Simple execution over multiple threads.
  • Explicit typing, without implicit conversions.
  • Direct access to AST for easy transpiling / testing / interop.
  • Context based parsing and extension points.

Planed use cases:

  • Direct access to arrays of entity data in script for quick updates.
  • Script to Shader transpilation for VK, DX and others (if needed)
    • Unit Tests for shader scripts.
  • Multi threaded updates. VM's are separated from data and bytecode, so they can run same script over various entities.

Others

If you are interested or have questions. Feel free to message me.

About

A script language for the needs of IceShard.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages