Giter Site home page Giter Site logo

cbcjvm's Introduction

Hi there ๐Ÿ‘‹

I love creating tools for roboticists and software engineers (IDEs, editors, simulators, RPC systems, languages, etc.). My current software engineering interests are Rust, computer graphics/GPGPU, and network protocols.

I'm proficient in robotics, web development (React, TypeScript, etc.), systems programming (C++, Rust, etc.), embedded systems and kernel development, compiler design and development, Cloud DevOps, modern graphics APIs, and more.

State is the root of all evil in code.

cbcjvm's People

Contributors

axyjo avatar bmcdorman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

cbcjvm

cbcjvm's Issues

Get EventManager working flawlessly in every case

FROM SRC:
Current development status: Preparing to manage EventListeners that are
added during the processing of events to a separate queue. This queue will
be managed after the current list of listeners by copying it to a local
variable, and clearing the queue. This is done in a loop until nothing is
added to the queue. Before we can do this though, we must ensure the class
is fully thread-safe for this type of operations. Each thread will have
its own queue via java.lang.ThreadLocal . This may seem complicated, but
it is a neccicary step. In the meantime, we must attempt to keep from
breaking builds, as the Event system is a central part of our libraries

Simulator needs work

It needs:

  • Sensor input
  • Display showing the robot's position, like the KISS sim, support for custom drive-trains manually specified or pulled from a provided DriveTrain object.
  • SemiSim support?
  • Camera support? Port CBC's blob tracking to Java and let webcam be plugged in?

Fix build process

We have both ant and maven working right now. Pick one or the other. (It's looking like maven right now)

Port Install-Generator script to ant

This will allow for a more cross-platform usage of CBCJVM, other than just operating systems with bash. As a workaround, the scripts should work on cygwin.

Clean up cbccore.movement

A lot of stuff is broken, some source needs cleaner porting to the new version of CBCJVM, change out the usage of cbccore.low, document.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.