Skip to content

bem130/NVE_circuitgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVE in Circuit Game

CircuitGameの中でNVEを実装したい

CircuitGameというのはBem130が開発している論理回路シミュレータのこと
NVEというのはBem130が開発しているプログラミング言語であるNLPの実行環境NLPSに含まれる、仮想マシンのこと

nlps/nve.worker.jsと同等の機能を実現することが目標

CircuitGame

Bem130Server https://neknaj.bem130.com/repos/circuitgame/3deditor.html
GithubPages https://bem130.github.io/circuitgame/3deditor.html
上記どちらかのリンクで開くことができる
両方とも同じはずである

このリポジトリの目的

CircuitGameでNVEを実装する過程を保存して公開する
つまり(?)私の備忘録だ

形式

Base64形式かNCGファイルで回路のデータを張り付ける
(Base64はCircuitGame内で回路のデータのコピペに使っている形式)
(NCGはNeknajCircuitGameの略で、CircuitGameのプロジェクトファイルの拡張子)

NCGはブラウザ版CircuitGameではLoadFileボタンから読み込むことができる
Base64はブラウザ版CircuitGameではEditorのEditModeでペーストすることができる

それぞれデータの下にはできたら回路の画像を貼る

About

CircuitGameの中でNVEを実装したい

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published