Questions tagged [khronos]
Khronos is an open source intelligent personal assistant written in C. Use this tag for reviews related to the source code within the project.
3 questions
18
votes
2
answers
605
views
The birth of my intelligent assistant: Khronos
I've done a lot of reworking to this main file recently, in regards to using a new speech recognition engine and integrating the last reviews suggestions. My question before is going to be phrased ...
13
votes
1
answer
345
views
Where it all begins: Khronos
This is the main.c file for Khronos, a personal project of mine. This is basically where the whole program is setup, run and then quit. I'll post the short ...
15
votes
1
answer
295
views
Khronos: Primary CMake file
So recently I made a large project of mine open source: Khronos. I will be dissecting parts of it so that I can have it reviewed more easily here and so that the project as a whole will be improved. ...