Skip to content
#

experimental

Here are 902 public repositories matching this topic...

BenKnigge
BenKnigge commented Oct 21, 2016

It's been many years since the last time that I've attempted to write any code in C and would really appreciate it if there was a bit of documentation on how to use lwan as a library outside of the lwan directory. I've been struggling with the cmake configuration inside of a Clion project and have decided to give up for the night. If anyone has a working cmake config that they would be willing to

Eastrall
Eastrall commented Mar 31, 2020

The TimerComponent holds too many properties used by all entities. For instance, this component has a NextSpeakTime property which is used for the NpcEntity only. Same goes for the DespawnTime and RespawnTime used for monsters.

The idea is to create 3 new components :

  • PlayerTimerComponent
  • MonsterTimerComponent
  • NpcTimerComponent

and then move the existing properties t

thismypc

ThisMyPC provides a neat web interface that can be used for browsing your desktop drives from any device in your browser itself. With the help of NodeJs, the file details are displayed in JSON format that can then we easily displayed in web browsers.

  • Updated Apr 6, 2020
  • JavaScript

Improve this page

Add a description, image, and links to the experimental topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the experimental topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.