0.1.22 • Published 4 years ago

replica-next v0.1.22

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Replica 0.1v

Replica is in early stages for being both JavaScript static analyser and native compiler. Any code that is not statically written (eval, dynamic code loading) is not supported and will net compilation errors. Currently code is compiled to C++ and piggybacks on C++ compiler work.

Why

  • Smaller executables and not reliant on WebView packages
  • More granular control over memory and performance
  • Ability to compile back to WASM and potentially better minifying & uglifying options when recompiling back to JavaScript.

Usage

npm install
npm run dev

Open http://localhost:8090 and in console compiled code(located in data/index.js) will be outputed out. Runtime library (replica.cpp) is located in libs/replica.cpp.

Next Milestone

  • Support for missing basic features
  • Texture loading & support
  • Input support
  • CLI tools
  • Online sandbox

License

MIT License

0.1.22

4 years ago

0.1.21

4 years ago

0.1.20

4 years ago

0.1.19

4 years ago

0.1.18

4 years ago

0.1.17

4 years ago

0.1.15

4 years ago

0.1.16

4 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

6 years ago