farrellf / TelemetryViewer

Data Visualization Tool
164 stars 69 forks source link

Contacting You For Personal Project #68

Closed NotEnoughHenry closed 3 months ago

NotEnoughHenry commented 4 months ago

Hi Farrell, I've been working on a project similar to yours. Our club at my university decided on a project to create a software similar to Telemetry Vewier. It shows real-time data in a format closer to the autosport data visualizer, which can be found on commercial software.

At first, we developed it all by hand but after running into issue after issue, it seemed like utilizing your OpenGL.java file would just be for the best to save time on issues like placing text on the screen and making code readable.

The only difference we have with our project between yours from my understanding, is we utilize Java 20. Reading your code, I thought I was on the right track, but I've decided to reach out to you for some guidance.

Here is a link to our repo and the specific file which is meant to just test utilizing OpenGL.java: https://github.com/Cyclone-Racing/OpenGL-Testing/blob/main/src/main/java/org/basics/FarrelMovingLine.java.

Currently, the issue is that nothing draws. I think it has to do with the buffer, but I just don't have the experience to completely debug what's wrong.

P.S. Sorry, this is placed as an issue on your project. I just couldn't find another way of contacting you.

NotEnoughHenry commented 4 months ago

I've been able to make some progress. My only last block right now is getting Font to appear.