No description
  • Java 97.6%
  • Nix 2.4%
Find a file
2026-04-19 23:43:09 +02:00
.vscode Fix maven and flake conf 2025-05-19 22:54:42 +02:00
nix flake: Update with same methods as wgpu_test 2026-04-19 23:01:57 +02:00
src/main First render 2026-04-19 23:43:09 +02:00
.envrc flake: Update with same methods as wgpu_test 2026-04-19 23:01:57 +02:00
.gitignore Add JDTLS files in gitignore 2025-06-27 16:53:23 +02:00
default.nix flake: Update to fix loading error 2026-04-19 23:21:22 +02:00
flake.lock flake: Update to fix loading error 2026-04-19 23:21:22 +02:00
flake.nix flake: Update with same methods as wgpu_test 2026-04-19 23:01:57 +02:00
pom.xml flake: Update with same methods as wgpu_test 2026-04-19 23:01:57 +02:00
README.md docs: Add usefull link 2025-05-21 20:47:01 +02:00
shell.nix flake: Update to fix loading error 2026-04-19 23:21:22 +02:00

Project

Info

Extensions used : vscjava.vscode-java-pack

Usefull command

  1. Compile
mvn compile
  1. Run
mvn exec:java
  1. Package
mvn package