vsaint1 / cs2-jni

Web gaming chair for cs2 made with C++ and JNI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS2 - External

Project made with C++ and Java, using JNI , CS2 gaming chair with Engine built in C++ and Web running with Java.

Must have the following tools

How to build

Before executing those commands, make sure you're running the commands on right folder directory

Engine

Debug

cmake -S engine -B engine/build
cmake --build engine/build --config Debug --target ALL_BUILd -j 14

Release

cmake -S engine -B engine/build
cmake --build engine/build --config Release --target ALL_BUILd -j 14

Web

mvn clean package -DSkipTests=True

Running the cheetos

Warning

⚠ engine.dll and web.jar must be placed in same folder,

If everything is okay, should be displayed ProcessId below cs2 image

Open the browser and type http://localhost:8080

Home

base

Menu

menu

About

Web gaming chair for cs2 made with C++ and JNI


Languages

Language:C++ 66.9%Language:Java 15.7%Language:HTML 12.4%Language:C 3.4%Language:CMake 1.4%Language:CSS 0.1%