Skip to content

ch2: Implement rust version #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 15, 2021
Merged

ch2: Implement rust version #7

merged 4 commits into from
Apr 15, 2021

Conversation

corona10
Copy link
Contributor

@corona10 corona10 commented Apr 7, 2021

ISSUE: #3

  • Implement browser rendering based on druid
  • Update project structure
  • Mousewheel based scrolling

browser1

browser2

@corona10 corona10 requested a review from sanxiyn April 7, 2021 17:11
rust/src/main.rs Outdated
impl Widget<String> for BrowserWidget {
fn event(&mut self, ctx: &mut EventCtx, _event: &Event, _data: &mut String, _env: &Env) {
match _event {
Event::Wheel(e) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keyboard event is not detected on my machine.

@corona10 corona10 force-pushed the ch2-rust branch 5 times, most recently from d37b058 to c458a0a Compare April 7, 2021 19:40
@corona10 corona10 requested a review from youknowone April 8, 2021 07:22
@corona10 corona10 changed the title ch2: Implement rust version [WIP] ch2: Implement rust version Apr 10, 2021
@corona10 corona10 changed the title [WIP] ch2: Implement rust version ch2: Implement rust version Apr 10, 2021
@corona10
Copy link
Contributor Author

@sanxiyn PTAL

@corona10 corona10 merged commit cfeeec1 into rust-kr:master Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants