Coursework - File Reader of gITF files from Scratch 30%
15 000 UAHDESCRIPTION
This is an individual assignment. It will help us to estimate where you currently are in terms of capabilities.
The ultimate aim is for you to demonstrate that you can understand file reading, interacting with different data types and the underlying code for moving things to and from memory, thus handling some of the complex aspects needed for writing game engine code. Sharing and exchanging assets is an important part of game development and if done badly greatly impacts the development and the final product. There is a basic and a more advanced part to this assessment to allow you grind your teeth in. For this work, you may not use any external library at this point (beyond the ones provided). The whole point is that we want you to understand handling imports and exports to and from an engine yourselves.
For this assessment, you should use modern C++ without making use of C primitives and procedures as much as possible (eg. using string over char*).
Purpose of the FileReader:
Your software should be reading and displaying primitives from a the set of provided test files in the OBJ and gITF file format from the command line.
It should allow these tasks (see the Classroom assessment):
- Interactive input using:
o The file name should be passed into the program through the command line, eg. model.obj
(no hardcoded file links allowed) - The reader should allow the user to query the data using instructions:
- Open
- Close/Exit
- Inspect A File
- Output specific information on the included information
- Test Driven Test Mode:
- File name passed through method (can be checked using the doctests)
- Open and closing of files, including async mode on multiple files.
- Reading data as one-shot or concurrent.
To complement the development, you should write a brief introduction and description in markdown format which details the setup, usage and how the code fits together to be used in other cases. For the video you may use this to walk us through your project. As part of the video you need to show how the software runs and complies.
https://drive.google.com/file/d/1MVKfSct7hHhjulta_-MWLFbMYQhHMHSI/view?usp=drivesdk
Applications 2
Work result
Client's feedback on cooperation with Dmitry Kolosov
Coursework - File Reader of gITF files from Scratch 30%It was all at height! Operational and quality.
Freelancer's feedback on cooperation with Nikolay Sakovich
Coursework - File Reader of gITF files from Scratch 30%The customer clearly described the TZ. They gave an adequate price. He was constantly in contact. I recommend cooperation.
-
Ничего не понял. А что делать то надо? Ну и кроме того char * не примитив C а элемент языка. Такой же как = / и ; А string не элемент языка C++ а один из классов.
-
Да, конечно.
-
from scratch 30% -- what does it mean?