jeffreylanters

jeffreylanters

👤 Developer

10 repositories on SrcLog

View on GitHub
10 Repos
2.5k Stars
239 Forks
2.5k Watchers

Repositories (10)

react-unity-webgl jeffreylanters/react-unity-webgl TypeScript

React Unity WebGL provides a modern solution for embedding Unity WebGL builds in your React Application while providing advanced APIs for two way communication and interaction between Unity and React.

1.4k
unity-tweens jeffreylanters/unity-tweens C#

An extremely light weight, extendable and customisable tweening engine made for strictly typed script-based animations for user-interfaces and world-space objects optimised for all platforms.

686
unity-entity-component-system jeffreylanters/unity-entity-component-system C#

A better approach to game design that allows you to concentrate on the actual problems you are solving: the data and behavior that make up your game. By moving from object-oriented to data-oriented design it will be easier for you to reuse the code and easier for others to understand and work on it.

85
react-unity-webgl-template jeffreylanters/react-unity-webgl-template TypeScript

An out-of-the-box sandbox environment for the React Unity WebGL package. This environment contains a Create-React-App including both the source and build of a Unity WebGL project, allowing to test and debug all of its features.

55
unity-web-sockets jeffreylanters/unity-web-sockets C#

Unity Web Sockets provides a wrapper for using Web Sockets, an advanced technology that allows real-time interactive communication between the client browser and a server. It uses a completely different protocol that allows bidirectional data flow, making it unique against HTTP.

49
unity-web-requests jeffreylanters/unity-web-requests C#

The WebRequest API provides an easy interface for accessing the HTTP pipeline by implementing a Request model that provides an easy, await-able and extendable way to fetch resources asynchronously across the network.

46
awesome-unity-packages jeffreylanters/awesome-unity-packages

A frequently updated, hand-picked and curated list of delightful and awesome open-source Unity Packages.

41
unity-promises jeffreylanters/unity-promises C#

Promises provide a simpler alternative for executing, composing, and managing asynchronous operations when compared to traditional callback-based approaches. They also allow you to handle asynchronous errors using approaches that are similar to synchronous try/catch.

39
unity-canvas-visualizer jeffreylanters/unity-canvas-visualizer C#

The canvas visualizer is an editor util that helps you visualise all of your rectangle transforms within your canvas for easier navigation and building while working on your user interface.

37
unity-timers jeffreylanters/unity-timers C#

We may decide to execute a function not right now, but at a certain time later. That’s called “scheduling a call”. The Timers class helps you to do so with a clean and short syntax without having to worry about enumerators.

19