Skip to content

Commit

Permalink
feat: use dwm
Browse files Browse the repository at this point in the history
  • Loading branch information
load1n9 committed Nov 28, 2022
1 parent 884a3e4 commit e59cf65
Show file tree
Hide file tree
Showing 77 changed files with 2,649 additions and 3,151 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.vscode
web/test
web/src/renderers/webgl/*
web/src/renderers/webgl/*
.deno_plugins
deno.lock
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,16 @@ const test = new World({

await test.start();
```
As Caviar uses the Deno FFI, you will need to add the flags `--allow-ffi --unstable` to run the programs.
You can also add other flags to skip the permissions check the Deno does. An example of starting the program in Deno with all these flags is

As Caviar uses the Deno FFI, you will need to add the flags
`--allow-ffi --unstable` to run the programs. You can also add other flags to
skip the permissions check the Deno does. An example of starting the program in
Deno with all these flags is

```
deno run --allow-ffi --allow-env --allow-read --allow-write --allow-net --unstable test.ts
```


### Tools

- [Caviar CLI](https://github.com/load1n9/caviar/tree/main/cli) cli tool to
Expand Down
62 changes: 31 additions & 31 deletions assets/godot.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"textures": [
{
"image": "assets/godot.png",
"size": {
"w": 416,
"h": 418
},
"sprites": [
{
"filename": "sprite1",
"region": {
"x": 1,
"y": 1,
"w": 414,
"h": 416
},
"margin": {
"x": 7,
"y": 0,
"w": 7,
"h": 5
}
}
]
}
],
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "1.0",
"smartupdate": "$TexturePacker:SmartUpdate:b4b15e3e376936a0baa8bdcd87da2032:c362ddbbcf14acdd3fbdd8e677f71d43:6fad5c7d6e5d0cbcf7a6c336385847cc$"
}
"textures": [
{
"image": "assets/godot.png",
"size": {
"w": 416,
"h": 418
},
"sprites": [
{
"filename": "sprite1",
"region": {
"x": 1,
"y": 1,
"w": 414,
"h": 416
},
"margin": {
"x": 7,
"y": 0,
"w": 7,
"h": 5
}
}
]
}
],
"meta": {
"app": "https://www.codeandweb.com/texturepacker",
"version": "1.0",
"smartupdate": "$TexturePacker:SmartUpdate:b4b15e3e376936a0baa8bdcd87da2032:c362ddbbcf14acdd3fbdd8e677f71d43:6fad5c7d6e5d0cbcf7a6c336385847cc$"
}
}
Loading

0 comments on commit e59cf65

Please sign in to comment.