JavaLWJGLVulkan/README.md
2025-05-20 13:23:05 +02:00

31 lines
No EOL
333 B
Markdown

# Project
## Info
Extensions used : `
vscjava.vscode-java-pack`
## Usefull command
1. Compile
```console
mvn compile
```
2. Run
```console
mvn exec:java
```
3. Package
```console
mvn package
```
## Usefull links
- https://vulkan-tutorial.com/fr/Introduction
- https://github.com/Naitsirc98/Vulkan-Tutorial-Java/tree/master